Tooltips

Tooltips are an essential part of People First and as such they need to be accessible and not make too much UX noise.To avoid this I suggest we steer away from having buttons (there are already lots of buttons) and we use a different element

One of the rules added in the Web Content Authoring Guidelines (WCAG) update from 2.0 to 2.1 is the 1.4.13: Content on Hover or Focus criterion.This new guideline expands the work required to make a compliant tooltip, but should make overlays in general significantly more accessible and less disruptive. WCAG 2.1 requires any content appearing on hover or focus to be dismissible, hoverable, and persistent.Tooltips should always be triggered by a same element type (not buttons) and always behave in the same way, they should not open modals or navigate away from the page.


Read more here: Click here

See a working example here: Click here

Tooltip